Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMTiles URL #509

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

PMTiles URL #509

wants to merge 4 commits into from

Conversation

ingalls
Copy link
Member

@ingalls ingalls commented Feb 21, 2025

Context

The PMTiles server was rewritten to support both AWS hosted (via lambda/api gateway) and "local" (via express server) operations in the same codebase.

I didn't however set this in the DockerCompose to actually wire it up

@@ -121,9 +118,9 @@
if (!process.env.StackName || process.env.StackName === 'test') {
process.env.StackName = 'test';

SigningSecret = 'coe-wildland-fire';
API_URL = 'http://localhost:5001';
SigningSecret = process.env.SigningSecret || 'coe-wildland-fire';

Check failure

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "coe-wildland-fire" is used as
jwt key
.
The hard-coded value "coe-wildland-fire" is used as
jwt key
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant